home *** CD-ROM | disk | FTP | other *** search
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
- <HTML lang="en">
- <HEAD>
- <TITLE>View Catalog Records</TITLE>
- </HEAD>
- <BODY BGCOLOR="#FFFFFF" LINK="#000099" VLINK="#555555">
- <dtml-var manage_tabs>
-
- <dtml-if searchResults>
-
- <p> Updating the catalog will update all catalog records and remove
- invalid records. Clearing the catalog will remove all entries. You
- can also remove or update individual catalog records.
-
-
- <form action=".">
- <input type="submit" name="manage_catalogReindex:method" value=" Update Catalog ">
- <input type="submit" name="manage_catalogClear:method" value=" Clear Catalog ">
- </form>
-
- <p>
-
- <dtml-var id> contains
- <em><dtml-var searchResults fmt=collection-length thousands_commas></em>
- record(s).<BR><BR>
-
- <dtml-in searchResults previous size=20 start=query_start >
- <a href="<dtml-var URL>?query_start=<dtml-var previous-sequence-start-number>">
- [Previous <dtml-var previous-sequence-size> entries]
- </a>
- </dtml-in>
- <dtml-in searchResults next size=20 start=query_start >
- <a href="<dtml-var URL>?query_start=<dtml-var next-sequence-start-number>">
- [Next <dtml-var next-sequence-size> entries]
- </a>
- </dtml-in>
-
- <form action="<dtml-var URL1>">
- <input type="submit" value=" Remove " NAME="manage_uncatalogObject:method">
- <input type="submit" value=" Update " NAME="manage_catalogObject:method">
-
- <input type="hidden" name="individual" value="1">
- <table>
- <dtml-in searchResults size=20 start=query_start >
- <tr valign=top>
- <td valign="middle" align="center">
- <INPUT TYPE="checkbox" NAME="urls:list" VALUE="<dtml-var "getpath(data_record_id_)" html_quote>"
- </TD>
- <td valign="top"><dtml-var meta_type></td>
- <td valign="top" align="left">
- <a href="<dtml-var
- "getpath(data_record_id_)" url_quote>/manage_workspace"><dtml-var "getpath(data_record_id_)">
- <dtml-if title> (<dtml-var title>)</dtml-if></a>
- </td>
- </tr>
- </dtml-in>
- </table>
-
- <input type="submit" value=" Remove " NAME="manage_uncatalogObject:method">
- <input type="submit" value=" Update " NAME="manage_catalogObject:method">
-
- </form>
-
- <dtml-in searchResults previous size=20 start=query_start >
- <a href="<dtml-var URL>?query_start=<dtml-var previous-sequence-start-number>">
- [Previous <dtml-var previous-sequence-size> entries]
- </a>
- </dtml-in>
-
- <dtml-in searchResults next size=20 start=query_start >
- <a href="<dtml-var URL>?query_start=<dtml-var next-sequence-start-number>">
- [Next <dtml-var next-sequence-size> entries]
- </a>
- </dtml-in>
-
- <dtml-else>
-
- <P>There are no objects in the Catalog.</P>
-
- </dtml-if>
-
- </BODY>
- </HTML>
-
-
-
-
-
-
-